﻿2026-07-01T21:39:58.8807238Z ##[group]Run actions/checkout@v5
2026-07-01T21:39:58.8807870Z with:
2026-07-01T21:39:58.8808308Z   repository: SaberMage/spt-core
2026-07-01T21:39:58.8813131Z   token: ***
2026-07-01T21:39:58.8813578Z   ssh-strict: true
2026-07-01T21:39:58.8814041Z   ssh-user: git
2026-07-01T21:39:58.8814544Z   persist-credentials: true
2026-07-01T21:39:58.8815025Z   clean: true
2026-07-01T21:39:58.8815557Z   sparse-checkout-cone-mode: true
2026-07-01T21:39:58.8816062Z   fetch-depth: 1
2026-07-01T21:39:58.8816538Z   fetch-tags: false
2026-07-01T21:39:58.8816988Z   show-progress: true
2026-07-01T21:39:58.8817294Z   lfs: false
2026-07-01T21:39:58.8817599Z   submodules: false
2026-07-01T21:39:58.8817902Z   set-safe-directory: true
2026-07-01T21:39:58.8818294Z env:
2026-07-01T21:39:58.8818591Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-01T21:39:58.8818958Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-01T21:39:58.8819337Z ##[endgroup]
2026-07-01T21:39:59.0614160Z Syncing repository: SaberMage/spt-core
2026-07-01T21:39:59.0615463Z ##[group]Getting Git version info
2026-07-01T21:39:59.0615966Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-01T21:39:59.0921892Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-01T21:39:59.1108017Z git version 2.43.0.windows.1
2026-07-01T21:39:59.1137291Z ##[endgroup]
2026-07-01T21:39:59.1145032Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5fff99e7-2f21-46a8-a728-9dae65ca839c\.gitconfig'
2026-07-01T21:39:59.1159380Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5fff99e7-2f21-46a8-a728-9dae65ca839c' before making global git config changes
2026-07-01T21:39:59.1160321Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T21:39:59.1164216Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-01T21:39:59.1372807Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-01T21:39:59.1538657Z https://github.com/SaberMage/spt-core
2026-07-01T21:39:59.1561147Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T21:39:59.1565075Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T21:39:59.1735059Z HEAD
2026-07-01T21:39:59.1948314Z ##[endgroup]
2026-07-01T21:39:59.1951820Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-01T21:39:59.5480118Z ##[group]Cleaning the repository
2026-07-01T21:39:59.5484612Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-01T21:40:00.8124670Z Removing target/
2026-07-01T21:40:00.8154990Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-01T21:40:00.8565061Z HEAD is now at 1afee780 Merge 296a0a97f72ad93631f655c92438fca1301fbdbd into bac50fc3b4e57439a4480dc9739cedb05295a6be
2026-07-01T21:40:00.8585765Z ##[endgroup]
2026-07-01T21:40:00.8589850Z ##[group]Disabling automatic garbage collection
2026-07-01T21:40:00.8594461Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-01T21:40:00.8797981Z ##[endgroup]
2026-07-01T21:40:00.8798452Z ##[group]Setting up auth
2026-07-01T21:40:00.8804360Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-01T21:40:00.9001563Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-01T21:40:01.2586356Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T21:40:01.2794443Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-01T21:40:01.6216073Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T21:40:01.6428164Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-01T21:40:01.9782905Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-01T21:40:02.0005738Z ##[endgroup]
2026-07-01T21:40:02.0006302Z ##[group]Fetching the repository
2026-07-01T21:40:02.0012481Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1afee78060b6c35728f6b7920164002ca5f875a6:refs/remotes/pull/42/merge
2026-07-01T21:40:02.6375448Z ##[endgroup]
2026-07-01T21:40:02.6375953Z ##[group]Determining the checkout info
2026-07-01T21:40:02.6376323Z ##[endgroup]
2026-07-01T21:40:02.6382136Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-01T21:40:02.6618014Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-01T21:40:02.6819414Z ##[group]Checking out the ref
2026-07-01T21:40:02.6823892Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/42/merge
2026-07-01T21:40:02.7156122Z HEAD is now at 1afee780 Merge 296a0a97f72ad93631f655c92438fca1301fbdbd into bac50fc3b4e57439a4480dc9739cedb05295a6be
2026-07-01T21:40:02.7175919Z ##[endgroup]
2026-07-01T21:40:02.7403843Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-01T21:40:02.7600948Z 1afee78060b6c35728f6b7920164002ca5f875a6
